home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / catch_flies.swf / scripts / DefineButton2_52 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  310 b   |  19 lines

  1. on(release){
  2.    tellTarget("_root.orientchops")
  3.    {
  4.       gotoAndPlay(1);
  5.    }
  6.    tellTarget("_root.timer")
  7.    {
  8.       play();
  9.    }
  10.    tellTarget("_root.outoftime")
  11.    {
  12.       gotoAndStop(1);
  13.    }
  14.    _root.time = 8;
  15.    _root.flies = 0;
  16.    Mouse.hide();
  17.    startDrag("_root.chopsticks",1);
  18. }
  19.